home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts13-11
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP:: Naming Conventions
- Date: Wed, 20 Mar 96 05:56:32 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4io6n5$n9v@sam.inforamp.net>
- References: <4in6gn$p2t@info.eng.octel.com>
- NNTP-Posting-Host: ts34-09.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4in6gn$p2t@info.eng.octel.com>, wdengel@ibm.net (Wayne) wrote:
- >class MyObject
- >..
- >MyObject m_MyInstance; OK
- >MyObject *pm_MyInstance; OK
- >but what about
- >MyObject *???_MyInstance[SomeNum] What is the convention???
-
- MyObject am_MyInstance;
- or...
- MyObject m_aMyInstance;
-
- I've always used a to denote an array.
-
-
- Agrivar
-
- aka Randy Charles Morin
- MiddleWorld SoftWare
- Canada: 1-800-363-3780
- Other: 905-279-2087
-